home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / OWLDEFS.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  670b  |  21 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // General definitions used by all ObjectWindows programs. Included directly
  8. // by ObjectWindows source modules. [Backward compatible header]
  9. //----------------------------------------------------------------------------
  10. #if !defined(OWL_OWLDEFS_H)
  11. #define OWL_OWLDEFS_H
  12.  
  13. #if defined(NO_OWL2_COMPAT)
  14. # pragma message owl/owldefs.h has been replaced by owl/defs.h
  15. #endif
  16. #if !defined(OWL_DEFS_H)
  17. #include <owl/defs.h>
  18. #endif
  19.  
  20. #endif  //  OWL_OWLDEFS_H
  21.